Drop the last mentions of motion hint events
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 5 Feb 2018 13:52:46 +0000 (13:52 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 5 Feb 2018 14:00:51 +0000 (14:00 +0000)
commitbfcb9780791c4ca00b054874c03d9a3722771ea8
treeb9491931d449cba04cfb969d4c605ed40c1197cd
parent66a3b07183910ba1840e83b6ba6ba16e44eb159d
Drop the last mentions of motion hint events

The GDK_POINTER_MOTION_HINT_MASK enumeration value is gone, but we're
still keeping around the "is_hint" field in GdkEventMotion, even though
every backend sets it to `false` — except for the core X11 device
manager.
gdk/gdkeventsprivate.h
gdk/quartz/gdkevents-quartz.c
gdk/wayland/gdkdevice-wayland.c
gdk/win32/gdkdevicemanager-win32.c
gdk/win32/gdkevents-win32.c
gdk/x11/gdkdevicemanager-core-x11.c
gdk/x11/gdkdevicemanager-xi2.c